home *** CD-ROM | disk | FTP | other *** search
- Short: FTP Daemon for AmiTCP with MultiUser support
-
- Uploaded by: Jan Verhoeven <J.Verhoeven@nw.hse.nl>
- Written by: Joran Jessurun
- Date: 24 novemebr 1993
- Version 1.0
-
- Yes this is an ftpd for AmiTCP v2.0 and up (we use AmiTCP v2.2 ).
- It has Multi-User support (we use MultiUser v1.5).
-
- To install it make sure that your inetd.conf file looks like this:
-
- # inetd internal services
- ##
- #
- daytime stream tcp nowait root internal
- daytime dgram udp nowait root internal
- time stream tcp nowait root internal
- time dgram udp nowait root internal
- echo stream tcp nowait root internal
- echo dgram udp nowait root internal
- discard stream tcp nowait root internal
- discard dgram udp nowait root internal
- chargen stream tcp nowait root internal
- chargen dgram udp nowait root internal
- # our additions 12-11-1993
- ftp stream tcp nowait root amitcp:serv/ftpd
- telnet stream tcp nowait root amitcp:serv/telnetd
- amimsg stream tcp nowait root amitcp:serv/amimsgd
- amiganetfs stream tcp nowait root amitcp:serv/netfs-server
- # An experimental finger server
- finger stream tcp nowait nobody amitcp:serv/in.fingerd -in.fingerd s:.plan
-
- From the file it is clear where to put the ftpd program.
-
- As you have seen there is another line in it: amimsg, It is a little bonus
- added to this file. It is called AmiMsg and it's deamon AmiMsgd.
- It is a little message program
- To use this one you have to add the following line to your services file:
-
- ##
- amimsg 612/tcp AmiMsgd ;place Amiga messageon screen
- ##
-
- We took port 612 since it wasn't used maybe this will change in future.
-
- If you have any questions mail me and I will pass them on to Joran
- Jessurun.
-
- Technical:
- Written on an Amiga 4000/40
- tested on Amiga's 500, 2000, 3000 with several types of accelerators.
- with and without MultiUser installed.
-
- Jan verhoeven 24-11-1993
-